"Style Website Full Website Demo 2020"
Bootstrap 4.1.1 Snippet by Trends WD

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="Description" content="Enter your description here" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css"
/>
<link
href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
rel="stylesheet"
id="bootstrap-css"
/>
<link
href="http://fonts.googleapis.com/css?family=Montserrat:400,700"
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css"
/>
<link
href="https://raw.githubusercontent.com/daneden/animate.css/master/animate.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/css/style.css" />
<title>Your Style</title>
</head>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/** Slider CSS Setting Start **/
#myCarousel .carousel-item .mask {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-attachment: fixed;
}
#myCarousel h4 {
font-size: 50px;
margin-bottom: 15px;
color: #fff;
line-height: 100%;
letter-spacing: 0.5px;
font-weight: 600;
}
#myCarousel p {
font-size: 18px;
margin-bottom: 15px;
color: #d5d5d5;
}
#myCarousel .carousel-item a {
background: #f47735;
font-size: 14px;
color: #fff;
padding: 13px 32px;
display: inline-block;
}
#myCarousel .carousel-item a:hover {
background: #394fa2;
text-decoration: none;
}
#myCarousel .carousel-item h4 {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: